home *** CD-ROM | disk | FTP | other *** search
/ Enter 2006 October / Enter 10 2006.iso / Freeware / Free Download Manager 2.1 / fdminst.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-08-20  |  11.0 KB  |  148 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=Free Download Manager
  4. AppVerName=Free Download Manager 2.1
  5. AppId=Free Download Manager
  6. AppPublisher=FreeDownloadManager.ORG
  7. AppPublisherURL=http://www.freedownloadmanager.org/
  8. AppSupportURL=http://www.freedownloadmanager.org/
  9. AppUpdatesURL=http://www.freedownloadmanager.org/
  10. DefaultDirName={pf}\Free Download Manager
  11. DefaultGroupName=Free Download Manager
  12. OutputBaseFilename=fdminst
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\fdm.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  20. Source: "{app}\Updater.exe"; DestDir: "{app}"; Flags: restartreplace 
  21. Source: "{app}\dlall.htm"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  22. Source: "{app}\dllink.htm"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  23. Source: "{app}\dlpage.htm"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  24. Source: "{app}\dlselected.htm"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  25. Source: "{app}\fdm.tlb"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  26. Source: "{app}\Help\Free Download Manager.chm"; DestDir: "{app}\Help"; Flags: restartreplace ignoreversion 
  27. Source: "{app}\Language\eng.lng"; DestDir: "{app}\Language"; Flags: restartreplace ignoreversion 
  28. Source: "{app}\dbghelp.dll"; DestDir: "{app}"; Flags: restartreplace 
  29. Source: "{app}\iefdm.dll"; DestDir: "{app}"; Flags: restartreplace 
  30. Source: "{app}\iefdmdm.dll"; DestDir: "{app}"; Flags: restartreplace 
  31. Source: "{app}\iefdmcks.dll"; DestDir: "{app}"; Flags: restartreplace 
  32. Source: "{app}\npfdm.dll"; DestDir: "{app}"; AfterInstall: "UpdateCatchPlugins"; Flags: restartreplace 
  33. Source: "{app}\license-fdc.txt"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  34. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  35. Source: "{app}\fdmcs.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist ignoreversion 
  36. Source: "{app}\Skins\old style\back.bmp"; DestDir: "{app}\Skins\old style"; 
  37. Source: "{app}\Skins\old style\back_d.bmp"; DestDir: "{app}\Skins\old style"; 
  38. Source: "{app}\Skins\old style\checks.bmp"; DestDir: "{app}\Skins\old style"; 
  39. Source: "{app}\Skins\old style\choosefolder.ico"; DestDir: "{app}\Skins\old style"; 
  40. Source: "{app}\Skins\old style\creategroup.ico"; DestDir: "{app}\Skins\old style"; 
  41. Source: "{app}\Skins\old style\dldtasks.bmp"; DestDir: "{app}\Skins\old style"; 
  42. Source: "{app}\Skins\old style\dldtasks_sel.bmp"; DestDir: "{app}\Skins\old style"; 
  43. Source: "{app}\Skins\old style\dlinfo.bmp"; DestDir: "{app}\Skins\old style"; 
  44. Source: "{app}\Skins\old style\dropbox.ico"; DestDir: "{app}\Skins\old style"; 
  45. Source: "{app}\Skins\old style\filelist.bmp"; DestDir: "{app}\Skins\old style"; 
  46. Source: "{app}\Skins\old style\filelist_sel.bmp"; DestDir: "{app}\Skins\old style"; 
  47. Source: "{app}\Skins\old style\go.bmp"; DestDir: "{app}\Skins\old style"; 
  48. Source: "{app}\Skins\old style\groups.bmp"; DestDir: "{app}\Skins\old style"; 
  49. Source: "{app}\Skins\old style\groupsmenu.bmp"; DestDir: "{app}\Skins\old style"; 
  50. Source: "{app}\Skins\old style\groupsmenu_d.bmp"; DestDir: "{app}\Skins\old style"; 
  51. Source: "{app}\Skins\old style\login.ico"; DestDir: "{app}\Skins\old style"; 
  52. Source: "{app}\Skins\old style\logstat.bmp"; DestDir: "{app}\Skins\old style"; 
  53. Source: "{app}\Skins\old style\mute.bmp"; DestDir: "{app}\Skins\old style"; 
  54. Source: "{app}\Skins\old style\scheduler.bmp"; DestDir: "{app}\Skins\old style"; 
  55. Source: "{app}\Skins\old style\scheduler_sel.bmp"; DestDir: "{app}\Skins\old style"; 
  56. Source: "{app}\Skins\old style\settime.ico"; DestDir: "{app}\Skins\old style"; 
  57. Source: "{app}\Skins\old style\sitelist.bmp"; DestDir: "{app}\Skins\old style"; 
  58. Source: "{app}\Skins\old style\sitelist_sel.bmp"; DestDir: "{app}\Skins\old style"; 
  59. Source: "{app}\Skins\old style\skin.ini"; DestDir: "{app}\Skins\old style"; 
  60. Source: "{app}\Skins\old style\tool0.bmp"; DestDir: "{app}\Skins\old style"; 
  61. Source: "{app}\Skins\old style\tool0_d.bmp"; DestDir: "{app}\Skins\old style"; 
  62. Source: "{app}\Skins\old style\tool0_small.bmp"; DestDir: "{app}\Skins\old style"; 
  63. Source: "{app}\Skins\old style\tool0_small_d.bmp"; DestDir: "{app}\Skins\old style"; 
  64. Source: "{app}\Skins\old style\tool_dld.bmp"; DestDir: "{app}\Skins\old style"; 
  65. Source: "{app}\Skins\old style\tool_dld_d.bmp"; DestDir: "{app}\Skins\old style"; 
  66. Source: "{app}\Skins\old style\tool_dld_small.bmp"; DestDir: "{app}\Skins\old style"; 
  67. Source: "{app}\Skins\old style\tool_dld_small_d.bmp"; DestDir: "{app}\Skins\old style"; 
  68. Source: "{app}\Skins\old style\tool_hfe.bmp"; DestDir: "{app}\Skins\old style"; 
  69. Source: "{app}\Skins\old style\tool_hfe_d.bmp"; DestDir: "{app}\Skins\old style"; 
  70. Source: "{app}\Skins\old style\tool_hfe_small.bmp"; DestDir: "{app}\Skins\old style"; 
  71. Source: "{app}\Skins\old style\tool_hfe_small_d.bmp"; DestDir: "{app}\Skins\old style"; 
  72. Source: "{app}\Skins\old style\tool_sch.bmp"; DestDir: "{app}\Skins\old style"; 
  73. Source: "{app}\Skins\old style\tool_sch_d.bmp"; DestDir: "{app}\Skins\old style"; 
  74. Source: "{app}\Skins\old style\tool_sch_small.bmp"; DestDir: "{app}\Skins\old style"; 
  75. Source: "{app}\Skins\old style\tool_sch_small_d.bmp"; DestDir: "{app}\Skins\old style"; 
  76. Source: "{app}\Skins\old style\tool_sites.bmp"; DestDir: "{app}\Skins\old style"; 
  77. Source: "{app}\Skins\old style\tool_sites_d.bmp"; DestDir: "{app}\Skins\old style"; 
  78. Source: "{app}\Skins\old style\tool_sites_small.bmp"; DestDir: "{app}\Skins\old style"; 
  79. Source: "{app}\Skins\old style\tool_sites_small_d.bmp"; DestDir: "{app}\Skins\old style"; 
  80. Source: "{app}\Skins\old style\tool_spider.bmp"; DestDir: "{app}\Skins\old style"; 
  81. Source: "{app}\Skins\old style\tool_spider_d.bmp"; DestDir: "{app}\Skins\old style"; 
  82. Source: "{app}\Skins\old style\tool_spider_small.bmp"; DestDir: "{app}\Skins\old style"; 
  83. Source: "{app}\Skins\old style\tool_spider_small_d.bmp"; DestDir: "{app}\Skins\old style"; 
  84. Source: "{app}\Skins\old style\tosel.ico"; DestDir: "{app}\Skins\old style"; 
  85. Source: "{app}\Skins\old style\tounsel.ico"; DestDir: "{app}\Skins\old style"; 
  86. Source: "{app}\Skins\old style\tray.ico"; DestDir: "{app}\Skins\old style"; 
  87. Source: "{app}\Skins\old style\tray_down.ico"; DestDir: "{app}\Skins\old style"; 
  88. Source: "{app}\Skins\old style\tray_err.ico"; DestDir: "{app}\Skins\old style"; 
  89. Source: "{app}\Skins\old style\tray_starting.ico"; DestDir: "{app}\Skins\old style"; 
  90. Source: "{app}\Skins\old style\vidman.bmp"; DestDir: "{app}\Skins\old style"; 
  91. Source: "{app}\Skins\old style\vidman_d.bmp"; DestDir: "{app}\Skins\old style"; 
  92. Source: "{app}\msvcp60.dll"; DestDir: "{app}"; Flags: restartreplace 
  93. Source: "{app}\fdm_05.gif"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  94. Source: "{app}\Archive\unrar.dll"; DestDir: "{app}\Archive"; Flags: restartreplace ignoreversion 
  95. Source: "{app}\Archive\7-zip\Codecs\Deflate.dll"; DestDir: "{app}\Archive\7-zip\Codecs"; Flags: restartreplace ignoreversion 
  96. Source: "{app}\Archive\7-zip\Formats\arj.dll"; DestDir: "{app}\Archive\7-zip\Formats"; Flags: restartreplace ignoreversion 
  97. Source: "{app}\Archive\7-zip\Formats\zip.dll"; DestDir: "{app}\Archive\7-zip\Formats"; Flags: restartreplace ignoreversion 
  98. Source: "{app}\Firefox\extension\chrome.manifest"; DestDir: "{app}\Firefox\extension"; Flags: restartreplace 
  99. Source: "{app}\Firefox\extension\install.rdf"; DestDir: "{app}\Firefox\extension"; Flags: restartreplace 
  100. Source: "{app}\Firefox\extension\chrome\content\fdm_ffext.js"; DestDir: "{app}\Firefox\extension\chrome\content"; Flags: restartreplace 
  101. Source: "{app}\Firefox\extension\chrome\content\fdm_ffext.xul"; DestDir: "{app}\Firefox\extension\chrome\content"; Flags: restartreplace 
  102. Source: "{app}\Firefox\extension\chrome\content\fdm_ffextDM.js"; DestDir: "{app}\Firefox\extension\chrome\content"; Flags: restartreplace 
  103. Source: "{app}\Firefox\extension\chrome\content\fdm_ffextDM.xul"; DestDir: "{app}\Firefox\extension\chrome\content"; Flags: restartreplace 
  104. Source: "{app}\Firefox\extension\components\.autoreg"; DestDir: "{app}\Firefox\extension\components"; Flags: restartreplace 
  105. Source: "{app}\Firefox\extension\components\component.dll"; DestDir: "{app}\Firefox\extension\components"; Flags: restartreplace 
  106. Source: "{app}\Firefox\extension\components\icomponent.xpt"; DestDir: "{app}\Firefox\extension\components"; Flags: restartreplace 
  107. [Registry]
  108. Root: HKCU; Subkey: "Software\VicMan Software\Free Download Manager"; Flags: uninsdeletekey 
  109. Root: HKCU; Subkey: "Software\VicMan Software\Free Download Manager"; ValueName: "Path"; ValueType: String; ValueData: "{app}"; 
  110. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Free Download Manager"; ValueType: String; ValueData: "{app}\fdm.exe -autorun"; Tasks: autorun; 
  111. Root: HKLM; Subkey: "Software\VicMan Software\Free Download Manager"; Flags: uninsdeletekey 
  112. [INI]
  113. FileName: "{app}\fdm.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.freedownloadmanager.org/"; 
  114. [Run]
  115. Filename: "{app}\fdm.exe"; Parameters: "-regserver"; StatusMsg: "Registering..."; 
  116. Filename: "{app}\fdm.exe"; Description: "{cm:LaunchProgram,Free Download Manager}"; Flags: postinstall skipifsilent nowait
  117. [UninstallRun]
  118. Filename: "{app}\fdm.exe"; Parameters: "-unregserver"; 
  119. [Icons]
  120. Name: "{group}\Free Download Manager"; Filename: "{app}\fdm.exe"; 
  121. Name: "{group}\Documentation"; Filename: "{app}\Help\Free Download Manager.chm"; 
  122. Name: "{group}\{cm:ProgramOnTheWeb,Free Download Manager}"; Filename: "{app}\fdm.url"; 
  123. Name: "{userdesktop}\Free Download Manager"; Filename: "{app}\fdm.exe"; Tasks: desktopicon; 
  124. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Free Download Manager"; Filename: "{app}\fdm.exe"; Tasks: quicklaunchicon; 
  125. Name: "{group}\{cm:UninstallProgram,Free Download Manager}"; Filename: "{uninstallexe}"; 
  126. [Tasks]
  127. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  128. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  129. Name: "autorun"; Description: "Launch FDM automatically at Windows startup"; 
  130. [UninstallDelete]
  131. Type: files; Name: "{app}\fdm.url"; 
  132. [CustomMessages]
  133. default.NameAndVersion=%1 version %2
  134. default.AdditionalIcons=Additional icons:
  135. default.CreateDesktopIcon=Create a &desktop icon
  136. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  137. default.ProgramOnTheWeb=%1 on the Web
  138. default.UninstallProgram=Uninstall %1
  139. default.LaunchProgram=Launch %1
  140. default.AssocFileExtension=&Associate %1 with the %2 file extension
  141. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  142. FDM_CommunityCaption=FDM Community options
  143. FDM_CommunityDescription=You can benefit from community-powered spyware protection and community-edited downloads reviews database.
  144. [Languages]
  145. ; These files are stubs
  146. ; To achieve better results after recompilation, use the real language files
  147. Name: "default"; MessagesFile: "embedded\default.isl"; 
  148.